Part Number Hot Search : 
MMSZ471X 350CA U1ZB18 MP82C55A MAX328 BD4935G KK555 IRG4B
Product Description
Full Text Search
 

To Download IA2910A-CD40M Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  page 1 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions features form, fit, and function compatible with the amd ? am2910a packaging options available: 40 pin plastic or ceramic dip, 44 pin plastic leaded chip carrier twelve bits wide internal loop counter four address sources - push/pop stack counter - internal holding register - microprogram counter - branch address bus 9 word deep stack register - push/pop control for nesting subroutines 16 sequence control microinstructions output enable controls 3 branch address sources the ia2910a uses innov asic ?s innovative new f 3 program to provide industry with parts that other vendors have declared obsolete. by specifying parts through this program a customer is assured of never having a component become obsolete again. this data sheet assumes the original part has been designed in, and so provides a summary of capabilities only. for new designs contact innov asic for more detailed information. amd is a trademark of advanced micro devices, inc. (6) pln (1) yout4 (2) din4 (3) yout5 (4) din5 (5) vectn (7) mapn (8) i3 (9) i2 (10) vcc (11) i1 (12) i0 (13) ccenn (14) 40 pin dip ia2910a cin clk vdd oen (20) yout7 (15) rldn (16) fulln (17) din6 (18) yout6 (19) din7 (21) (22) (23) (24) yout8 din8 (40) (39) (38) (37) (36) (35) (34) (33) (32) (31) (30) (29) (28) (27) (26) (25) ccn yout9 din9 yout10 din10 yout11 din11 din0 yout0 din1 yout1 din2 yout2 din3 yout3 fulln 44 pin lcc ia2910a (12) i1 (7) pln (8) mapn (9) i3 (10) i2 (11) vcc (13) i0 (14) ccenn (15) ccn (16) rldn (17) n.c. yout1 vdd clk cin yout0 din0 yout6 din6 (6) (5) (4) (3) (2) (1) (44) (43) (42) din2 (41) yout2 (40) din1 vectn n. c. (34) (39) (38) (37) (36) (35) (33) (32) (31) (30) (29) (18) (19) (20) (21) (22) (23) (24) (25) (26) (27) (28) din3 yout3 din4 yout4 din5 yout5 yout7 din7 yout8 din8 yout9 din9 yout10 din10 din11 yout11 oen n. c. n. c.
page 2 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions the ia2910a is a form, fit and function compatible part to the amd 2910a microprogram controller. the ia2910a is an address controller which will sequence through a series of microinstructions contained in a rom or prom. there are four sources of addresses from which the ia2910a may select. the first is a direct data bus (din) input, which is straightforward. the second is an internal address register. this register contains data loaded during a previous microinstruction. the third source is a program counter register, which generally contains the previous address incremented by one. the final source of addresses is a nine word deep stack register which gives the capability to execute nested subroutine linkages. all internal registers are clocked on the rising edge of the clock input (clk). an oen input enables the yout output bus to be tri-stated. a block diagram is shown in figure 1 . functional block diagram figure 1 register/counter instruction pla zero detector microprogram counter-register mux incrementer 9 word x 12 bit stack stack pointer 12 yout rldn din ccn ccenn i(3:0) pln mapn vectn cin clk fulln select r=0 decrement/ hold/load push/pop/ hold/clear clear/count
page 3 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions functional overview the ia2910a is a 0.8 m cmos microprogram controller intended for use in high-speed microprocessor applications. it allows addressing of up to 4k words of microprogram . the controller contains a four-input mux that is used to select either the register/counter, direct data input, microprogram counter, or stack as the source of the next microinstruction address. the register/counter consists of 12 d-type, edge-triggered flip-flops, with a common clock enable. when its load control, rldn, is low, new data is loaded on a positive clock transition. a few instructions include load; in most systems, these instructions will be sufficient, simplifying the microcode. the output of the register/counter is available to the mux as a source for the next microinstruction address. the direct input furnishes a source of data for loading the register/counter. the ia2910a contains a microprogram counter that is composed of a 12-bit incrementer followed by a 12-bit register. the counter can be used in either of two ways. when the carry-in to the incrementer is high, the microprogram register is loaded on the next clock cycle with the current yout output word plus one. sequential microinstructions are thus executed. when the carry-in is low, the incrementer passes the yout output word unmodified so that the counter is reloaded with the same yout word on the next clock cycle. the same microinstruction is thus executed any number of times. the third source for the mux is the direct din input. this source is used for branching. the fourth source available at the mux input is a 9-word by 12-bit stack (file). the stack is used to provide return address linkage when executing microsubroutines or loops. the stack contains a built-in stack pointer (sp) which always points to the last file word written. this allows stack reference operations (looping) to be performed without a pop. the stack pointer operates as an up/down counter. during microinstructions 1, 4, and 5, the push operation may occur. this causes the stack pointer to increment and the file to be written with the required return linkage. on the cycle following the push, the return data is at the new location pointed to by the stack pointer. during five microinstructions, a pop operation may occur. the stack pointer decrements at the next rising clock edge following a pop, effectively removing old information from the top of the stack. the stack pointer linkage is such that any sequence of pushes, pops, or stack references can be achieved. at reset (instruction 0), the depth of nesting becomes zero. for each push, the nesting depth increases by one; for each pop, the depth decreases by one. the depth can grow to nine. after a depth of nine is reached, fulln goes low. any further pushes onto a full stack overwrite information at the top of the stack, but leave the stack pointer unchanged. this operation will usually destroy useful information and is normally avoided. a pop from an empty stack may place non-meaningful data on the yout outputs, but is otherwise safe. the stack
page 4 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions pointer remains at zero whenever a pop is attempted from a stack already empty. the register/counter is operated during three microinstructions (8, 9, and 15) as a 12-bit down counter, with result = zero available as a microinstruction branch test criterion. this provides efficient iteration of microinstructions. the register/counter is arranged such that if it is preloaded with a number n and then used as a loop termination counter, the sequence will be executed exactly n + 1 times. during instruction 15, a three-way branch under combined control of the loop counter and the condition code is available. the device provides three-state yout outputs. these can be particularly useful in designs requiring automatic checkout of the processor. the microprogram controller outputs can be forced into the high-impedance state, and pre-programmed sequences of microinstructions can be executed via external access to the address lines.
page 5 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions i/o signal description table 1 below describes the i/o characteristics for each signal on the ic. the signal names correspond to the signal names on the pinout diagrams provided. table 1 symbol type description clk i clock input - clock source for address register, microprogram counter register, and stack file. i(3:0) i active high instruction bits. selects instruction to be executed by the ia2910a. ccn i active low. condition code. used as test criterion, pass is low on ccn. ccenn i active low. condition code enable. when set high, ccn is ignored and the ia2910a operates as it ccn were a low. rldn i active low. clock enable to address register, allows loading of register/counter regardless of instruction or condition. oen i active low. output enable, when high tri-states the output bus yout. cin i active high. carry in signal to the incrementer. fulln o active low. indicates there are nine items on the stack. din(11:0) i active high. data bus input to the multiplexer. yout(11:0) o active high. data bus output from the ia2910a. pln o active low. pipeline address enable. selects source number one (usually pipeline register) as direct input source. mapn o active low. map address enable. selects source number two (usually mapping prom or pla) as direct input source. vectn o active low. vector address enable. selects source number three (usually interrupt starting address) as direct input source. theory of operation table 2 shows the result of each instruction in controlling the mux which determines the yout outputs, and in controlling the three enable signals pln, mapn, and vectn. the effect on the register/counter and the stack after the next positive-going clock edge is also shown. the mux determines which internal source drives the yout outputs. the value loaded into the counter is
page 6 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions either identical to the yout output, or else one greater, as determined by cin. for each instruction, one and only one of the three outputs pln, mapn, and vectn is low. if these outputs control three-state enables for the primary source of microprogram jumps (usually part of a pipeline register), a prom which maps the instruction to a microinstruction starting location, and an optional third source (often a vector from a dma or interrupt source), respectively, the three- state sources can drive the din inputs without further logic. several inputs, as shown in table 2 , can modify instruction execution. the combination ccn high and ccenn low is used as a test in 9 of the 16 instructions. rldn, when low, causes the din input to be loaded into the register/counter, overriding any hold or dec operation specified in the instruction. oen, normally low, may be forced high to remove the ia2910a yout outputs from a three-state bus. the stack, a nine-word last-in, first-out 12-bit memory, has a pointer which addresses the value presently on the top of the stack. explicit control of the stack pointer occurs during instruction 0 (reset), which makes the stack empty by resetting the sp to zero. after a reset, and whenever else the stack is empty, the contents of the top of stack is undefined until a push occurs. any pops performed while the stack is empty put undefined data on the f outputs and leave the stack pointer at zero. any time the stack is full (nine more pushes than pops have occurred since the stack was last empty), the fulln warning output occurs. this signal first appears on the microcycle after a ninth push. no additional push should be attempted onto a full stack; if tried, information within the stack will be overwritten and lost.
page 7 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions instruction set description table 2 i(3:0) mnemonic name reg/cntr contents fail y fail stack pass y pass stack reg/cntr enable 0 jz jump zero x 0 clear 0 clear hold pl 1 cjs cond jsb pl x pc hold d push hold pl 2 jmap jump map x d hold d hold hold map 3 cjp cond jump pl x pc hold d hold hold pl 4 push push/cond ld cntr x pc push pc push note 1 pl 5 jsrp cond jsb r/pl x r push d push hold pl 6 cjv cond jump vector x pc hold d hold hold vect 7 jrp cond jump r/pl x r hold d hold hold pl 8 rfct repeat loop, cntr .ne. 0 .ne. 0 = 0 f pc hold pop f pc hold pop dec hold pl pl 9 rpct repeat pl, cntr .ne. 0 .ne. 0 = 0 d pc hold hold d pc hold hold dec hold pl pl 10 crtn cond rtn x pc hold f pop hold pl 11 cjpp cond jump pl & pop x pc hold d pop hold pl 12 ldct ld cntr & continue x pc hold pc hold load pl 13 loop test end loop x f hold pc pop hold pl 14 cont continue x pc hold pc hold hold pl 15 twb three-way branch .ne. 0 = 0 f d hold pop pc pc pop pop dec hold pl pl note 1 : if ccenn is low and ccn is high, hold; else load. x = don?t care .ne. = not equal ia2910a instruction set the ia2910a provides sixteen instructions which select the address of the next microinstruction to be executed. four of the instructions are unconditional ? their effect depends only on the instruction. ten of the instructions have an effect which is partially controlled by an external, data- dependent condition. three of the instructions have an effect which is partially controlled by the contents of the internal register/counter. the instruction set is shown in table 2 . examples of the instruction execution are illustrated in figure 2 . in this discussion it is assumed that cin is tied high. in the ten conditional instructions, the result of the data-dependent test is applied to ccn. if the ccn input is low, the test is considered to have been passed, and the action specified in the name occurs; otherwise, the test has failed and an alternate (often simply the execution of the next sequential microinstruction) occurs. testing of ccn may be disabled for a specific microinstruction by setting ccenn high, which unconditionally forces the action specified in the name; that is, it forces a pass. other ways of using ccenn include (1) tying it high, which is useful if no microinstruction is data-dependent; (2) tying it low if data-dependent instructions are never
page 8 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions forced unconditionally; or (3) tying it to the source of ia2910a instruction bit i(0), which leaves instructions 4, 6, and 10 as data-dependent but makes others unconditional. all of these tricks save one bit of microcode width. the effect of three instructions depends on the contents of the register/counter. unless the counter holds a value of zero, it is decremented; if it does hold zero, it is held and a different microprogram next address is selected. these instructions are useful for executing a microinstruction loop a known number of times. instruction 15 is affected both by the external condition code and the internal register/counter. instruction 0 jz jump and zero, or reset unconditionally specifies that the address of th e next microinstruction is zero. many designs use this feature for power-up sequences and provide the power-up firmware beginning at microprogram memory word location 0. instruction 1 cjs is a conditional jump-to-subroutine via the address provided in the pipeline register. as shown in figure ii, the machine might have executed words at address 50, 51, and 52. when the contents of address 52 is in the pipeline register, the next address control function is the cjs. here, if the test is passed, the next instruction executed will be the contents of microprogram memory location 90. if the test has failed, the cjs will not be executed; the contents of microprogram memory location 53 will be executed instead. thus the cjs instruction at location 52 will cause the instruction either in location 90 or location 53 to be executed next. if the test input is such that location 90 is selected, value 53 will be pushed onto the internal stack. this provides the return linkage for the machine when the subroutine beginning at location 90 is completed. in this example, the subroutine was completed at location 93 and a return-from- suboutine would be found at location 93. instruction 2 jmap is the jump map instruction. this is an unconditional instruction which causes the mapn output to be enabled so that the next microinstruction location is determined by the address supplied via the mapping proms. normally, the jmap instruction is used at the end of the instruction fetch sequence for the machine. in the example of figure ii, microinstructions at locations 50, 51, 52, and 53 might have been the fetch sequence and at its completion at location 53, the jmap function would be contained in the pipeline register. this example shows the mapping prom outputs to be 90; therefore, an unconditional jump to microprogram memory address 90 is performed. instruction 3 cjp, conditional jump pipeline, derives its branch address from the pipeline register branch address value ( br(0) ? br(11) in figure ii). this instruction provides a technique for branching to various microprogram sequences depending upon the test condition inputs. quite often, state machines are designed which simply execute tests on various inputs waiting for the condition to come true. when the true condition is reached, the machine then branches and executes a set of microinstructions to perform some function. this usually has the effect of resetting the input being tested until some point in the future. figure ii shows the conditional jump via the pipeline register address at location 52. when the contents of microprogram memory word 52 are in the pipeline register, the next address will be either location 53 or location 30 in this example. if the test is passed, the value currently in the pipeline register (30) will be contained in the microprogram counter which, in this example, is 53.
page 9 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions instruction 4 push is the push/conditional load counter instruction and is used primarily for setting up loops in microprogram firmware. in figure ii, when instruction 52 is in the pipeline register, a push will be made onto the stack and the counter will be loaded based on the condition. when a push occurs, the value pushed is always the next sequential instruction address. in this case, the address is 53. if the test fails, the counter is not loaded; if it is passed, the counter is loaded with the value contained in the pipeline register branch address field. thus, a single microinstruction can be used to set up a loop to be executed a specific number of times. instruction 8 will describe how to use the pushed value and the register/counter for looping. instruction 5 jsrp is a conditional jump-to-subroutine via the register/counter or the contents of the pipeline register. as shown in figure ii, a push is always performed and one of two subroutines executed. in this example, either the subroutine beginning at address 80 or the subroutine beginning at address 90 will be performed. a return-from-subroutine (instruction 10) returns the microprogram flow to address 55. in order for this microinstruction control sequence to operate correctly, both the next address fields of instruction 53 and 54 would have to contain the proper value. let?s assume that the branch address fields of instruction 53 contain the value 90 so that it will be in the ia2910a register/counter when the contents of address 54 are in the pipeline register. this requires that the instruction at address 53 load the register/counter. now, during the execution of instruction 5 (at address 54), if the test failed, the contents of the register (value = 90) will select the address of the next microinstruction. if the test input passes, the pipeline register contents (value = 80) will determine the address of the next microinstruction. therefore, this instruction provides the ability to select one of two subroutines to be executed based on a test condition. instruction 6 cjv is a conditional jump vector instruction which provides the capability to take the branch address from a third source heretofore not discussed. in order for this instruction to be useful, the ia2910a output, vectn is used to control a three-state control input of a register, buffer, or prom containing the next microprogram address. this instruction provides one technique for performing interrupt type branching at the microprogram level. since this instruction is conditional, a pass causes the next address to be taken from the vector source, while failure causes the next address to be taken from the microprogram counter. in the example of figure ii, if the cjv instruction is contained at location 52, execution will continue at vector address 20 if the ccn input is low and the microinstruction at address 53 will be executed if the ccn input is high. instruction 7 jrp is a conditional jump via the contents of the ia2910a register/counter or the contents of the pipeline register. this instruction is very similar to instruction 5 ; the conditional jump-to-subroutine via r or pl. the major difference between instruction 5 and instruction 7 is that no push onto the stack is performed with 7. figure ii depicts this instruction as a branch to one of two locations depending on the test condition. the example assumes the pipeline register contains the value 70 when the contents of address 52 is being executed. as the contents of address 53 is clocked into the pipeline register, the value 70 is loaded into the register/counter in the ia2910a. the value 80 is available when the contents of address 53 is in the pipeline register. thus, control is transferred to either address 70 or address 80 depending on the test condition.
page 10 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions instruction 8 rfct is the repeat loop , counter not equal zero instruction. this microinstruction makes use of the decrementing capability of the register/counter. to be useful, some previous instruction, such as 4, must have loaded a count value into the register/counter. this instruction checks to see whether the register/counter contains a non-zero value. if so, the register/counter is decremented, and the address of the next microinstruction is taken from the top of the stack. if the register counter contains zero, the loop exit condition is occurring ; control falls through to the next sequential microinstruction by selecting upc; the stack is pop?d by decrementing the stack pointer, but the contents of the top of the stack are thrown away. an example of the rfct instruction is shown in figure ii. in this example, location 50 most likely would contain a push/conditional load counter instruction which would have caused address 51 to be pushed on the stack and the counter to be loaded with the proper value for looping the desired number of times. in this example, since the loop test is made at the end of the instructions to be repeated (microaddress 54), the proper value to be loaded by the instructions at address 50 is one less than the desired number of passes through the loop. this method allows a loop to be executed 1 to 4096 times. if it is desired to execute the loop from 0 to 4095 times, the firmware should be written to make the loop exit test immediately after loop entry. instruction 9 rpct is the repeat pipeline register , counter not equal zero instruction. this instruction is similar to instruction 8 except that the branch address now comes from the pipeline register rather than the file. in some cases, this instruction may be thought of as a one-word file extension; that is, by using this instruction, a loop with the counter can still be performed when subroutines are nested five deep. this instruction?s operation is very similar to that of instruction 8. the differences are that on this instruction, a failed test condition causes the source of the next microinstruction address to be the din inputs; and, when the test condition is passed, this instruction does not perform a pop because the stack is not being used. in the example of figure ii, the rpct instruction is instruction 52 and is shown as a single microinstruction loop. the address in the pipeline register would be 52. instruction 51 in this example could be the load counter and continue instruction (number 12). while the example shows a single microinstruction loop, by simply changing the address in a pipeline register, multi-instruction loops can be performed in this manner for a fixed number of times as determined by the counter. instruction 10 crtn is the conditional return-from-subroutine instruction. as the name implies, this instruction is used to branch from the subroutine back to the next microinstruction address following the subroutine call. since this instruction is conditional, the return is performed only if the test is passed. if the test is failed, the next sequential microinstruction is performed. the example in figure ii depicts the use of the crtn instruction in both the conditional and the unconditional modes. this example first shows a jump-to- subroutine at instruction location 52 where control is transferred to location 90. at location 93, a crtn instruction is performed. if the test is passed, the stack is accessed and the program will
page 11 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions transfer to the next instruction at address 53. if the test is failed, the next microinstruction at address 94 will be executed. the program will continue to address 97 where the subroutine is complete. to perform an unconditional return-from-subroutine, the crtn instruction is executed unconditionally; the microinstruction at address 97 is programmed to force ccenn high, disabling the test and the forced pass causes an unconditional return. instruction 11 cjpp is the conditional jump pipeline register address and pop stack instruction. this instruction provides another technique for loop termination and stack maintenance. the example in figure ii shows a loop being performed from address 55 back to address 51. the instructions at locations 52, 53, and 54 are all conditional jump and pop instructions. at address 52, if the ccn input is low, a branch will be made to address 70 and the stack will be properly maintained via a pop. should the test fail, the instruction at location 53 (the next sequential instruction) will be executed. likewise, at address 53, either the instruction at 90 or 54 will be subsequently executed, respective to the test being passed or failed. the instruction at 54 follows the same rules, going to either 80 or 55. an instruction sequence as described here, using the cjpp instruction, is very useful when several inputs are being tested and the microprogram is looping waiting for any of the inputs being tested to occur before proceeding to another sequence of instructions. this provides the powerful jump-table programming technique at the firmware level. instruction 12 ldct is the load counter and continue instruction, which simply enables the counter to be loaded with the value at its parallel inputs. these inputs are normally connected to the pipeline branch address field which (in the architecture being described here) serves to supply either a branch address or a counter value depending upon the microinstruction being executed. there are altogether three ways of loading the counter ? the explicit load by this instruction 12; the conditional load included as part of instruction 4; and the use of the rldn input along with any instruction. the use of rldn with any instruction overrides any counting or decrementation specified in the instruction, calling for a load instead. its use provides additional microinstruction power, at the expense of one bit of microinstruction width. this instruction 12 is exactly equivalent to the combination of instruction 14 and rldn low. its purpose is to provide a simple capability to load the register/counter in those implementations which do not provide microprogrammed control for rldn. instruction 13 loop is the test end-of-loop instruction, which provides the capability of conditionally exiting a loop at the bottom; that is, this is a conditional instruction that will cause the microprogram to loop, via the file, if the test is failed else to continue to the next sequential instruction. the example in figure ii shows the loop microinstruction at address 56. if the test fails, the microprogram will branch to address 52. address 52 is on the stack because a push instruction had been executed at address 51. if the test is passed at instruction 56, the loop is terminated and the next sequential microinstruction at address 57 is executed, which also causes the stack to be pop?d; thus, accomplishing the required stack maintenance. instruction 14 cont is the continue instruction, which simply causes the microprogram counter to increment so that the next sequential microinstruction is executed. this is the simplest microinstruction of all and should be the default instruction which the firmware requests whenever there is nothing better to do.
page 12 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions instruction 15 twb, three-way-branch, is the most complex. it provides for testing for both a data-dependent condition and the counter during one microinstruction and provides for selecting among one of three microinstruction addresses as the next microinstruction to be performed. like instruction 8, a previous instruction will have loaded a count into the register/counter while pushing a microbranch address onto the stack. instruction 15 performs a decrement-and-branch-until-zero function similar to instruction 8. the next address is taken from the top of the stack until the count reaches zero; then the next address comes from the pipeline register. the above action continues as long as the test condition fails. if at any execution of instruction 15 the test condition is passed, no branch is taken; the microprogram counter register furnishes the next address. when the loop is ended, either by the count becoming zero, or by passing the conditional test, the stack is pop?d by decrementing the stack pointer, since interest in the value contained at the top of the stack is then complete. as one example, consider the case of a memory search instruction. as shown in figure ii, the instruction at microprogram address 63 can be instruction 4 (push), which will push the value 64 onto the microprogram stack and load the number n, which is one less than the number of memory locations to be searched before giving up. location 64 contains a microinstruction which fetches the next operand from the memory area to be searched and compares it with the search key. location 65 contains a microinstruction which tests the result of the comparison and also is a twb for microprogram control. if no match is found, the test fails and the microprogram goes back to location 64 for the next operand address. when the count becomes zero, the microprogram branches to location 72, which does whatever is necessary if no match is found. if a match occurs on any execution of the twb at location 65, control falls through to location 66 which handles this case. whether the instruction ends by finding a match or not, the stack will have been pop?d once, removing the value 64 from the top of the stack.
page 13 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions absolute maximum ratings parameter min max units notes supply voltage, v dd tbd v input voltage, v in tbd v input pin current i in tbd ma operating temperature range tbd c storage temperature range tbd c ambient temperature, t a tbd c lead temperature tbd c power dissipation mw stresses beyond those listed under ?absolute maximum ratings? may cause permanent damage to the device. operating the device beyond the conditions indicated in the ?recommended operating conditions? section is not recommended. operation at the ?absolute maximum ratings? may adversely affect device reliability. dc characteristics parameter min max units notes dc supply voltage, v dd 4.5 5.5 v static supply current, i dd tbd m a (1) power supply current, i dd tbd ma/mhz standby supply current, i stby tbd a input capacitance, c in tbd pf i/o capacitance, c i/o tbd pf circuit ground, v ss tbd v notes: (1) static i dd current is exclusive of input/output drive requirements and is measured with the clocks stopped and all inputs tied to v dd or v ss , configured to draw minimum current.
page 14 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions parametric voltage and current levels (ambient temperature = -40 to 85 c) input pin v il v ih hysteresis note tbd output pin v ol v oh i ol i oh i oz note min max tbd pullup pin ipu note min max tbd ac specifications parameter min max notes tbd
page 15 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions ia2910a execution examples figure 2 0 1 2 50 51 52 53 54 55 90 91 92 93 stack 53 50 51 52 53 90 91 50 51 52 53 54 30 31 50 51 52 53 stack 53 register/ counter n 50 51 52 53 54 90 91 92 93 94 80 81 82 83 84 stack 55 55 56 57 50 51 52 53 54 20 21 50 51 52 53 80 81 70 71 stack push 51 register/ counter n 50 51 52 53 54 55 counter (ldct) n 50 51 52 53 50 51 52 53 54 55 stack 53 90 91 92 93 94 95 96 97 stack push 51 50 51 52 53 54 55 56 80 81 82 90 91 92 70 71 72 counter n 50 51 52 53 12 ld cntr & continue 11 cond jump pl & pop 10 cond return 9 repeat pl, cntr .ne. 0 8 repeat loop, cntr .ne. 0 7 cond jump r/pl 6 cond jump vector 5 cond jsb r/pl 4 push/cond ld cntr 3 cond jump pl 2 jump map 1 cond jsb pl 0 jump zero 50 51 52 53 54 55 56 57 stack push 52 50 51 72 73 stack push 64 register/ counter n 62 63 64 65 66 13 test end loop 14 continue 15 three-way branch
page 16 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions .03r .020 min. r 7 0 2 deg. seating plane e .030 .005 a d2 / e2 side view a1 .013/.021 plcc packaging dimensions (theta j = tbd) lead count 44 (in inches) symbol min max a .150 .154 a1 .0007 .0103 d1 .652 .656 d2 .610 .630 e1 .652 .656 e2 .610 .630 e .050 .002 d .685 .695 e .685 .695 d d1 e e1 bottom view pin 1 identifier & zone top view
page 17 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions pdip packaging dimensions (theta j = tbd) lead count 28 (in inches) symbol min max a - .220 a1 .015 - b .016 - b1 .040 - c - - d 2.045 2.055 e .600 .620 e1 .545 .555 e .700 typ ea .620 - eb - .660 l .125 typ ea eb c side view (width) d l a1 a b b1 e side view (length) a2 lead 1 identifier 1 lead count direction e1 e top
page 18 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions package options the ia2910a is available in two package styles as shown in the table below. package type environment order number 40 lead ceramic dip, 600 mil wide military IA2910A-CD40M industrial ia2910a-pdw40i 40 lead plastic dip, 600 mil wide commercial ia2910a-pdw40c 44 lead ceramic leaded chip carrier military ia2910a-clc44m 44 lead ceramic leadless chip carrier military ia2910a-cll44m industrial ia2910a-plc44i 44 lead plastic leaded chip carrier commercial ia2910a-plc44c the following diagram depicts the innov asic product identification n umber. ia xxxxx -pppp nnn t /sp special processing: s = space q = mil-std-883 temperature: c = commercial i = industrial m = military number of leads package type: per package designator table ic base number innov asic designator
page 19 of 19 i a2910a preliminary data sheet microprogram controller copyright ? 1999, innovasic inc. customer specific ic solutions package designator table package type innov asic designator ceramic side brazed dual in-line cdb cerdip with window cdw ceramic leaded chip carrier clc cerdip without window cd ceramic leadless chip carrier cll plcc plc plastic dip standard (300 mil) pd plastic dip standard (600 mil) pdw plastic metric quad flat pack pqf plastic thin quad flat pack ptq skinny cerdip cds small outline plastic gull-wing(150 mil body) pso small outline medium plastic gull-wing (207 mil body) psm small outline narrow plastic gull wing (150 mil body) psn small outline wide plastic gull wing (300 mil body) psw skinny plastic dip pds shrink small outline plastic (5.3mm .208 body) ps thin shrink small outline plastic pts small outline large plastic gull wing (330 mil body) psl thin small outline plastic gull-wing (8 x 20mm) [tsop] pst pga cpga bga cbga contact innov asic for other package and processing options.


▲Up To Search▲   

 
Price & Availability of IA2910A-CD40M

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X